3.101 \(\int \frac{(d x)^{5/2}}{a+b \log (c x^n)} \, dx\)

Optimal. Leaf size=64 \[ \frac{(d x)^{7/2} e^{-\frac{7 a}{2 b n}} \left (c x^n\right )^{\left .-\frac{7}{2}\right /n} \text{Ei}\left (\frac{7 \left (a+b \log \left (c x^n\right )\right )}{2 b n}\right )}{b d n} \]

[Out]

((d*x)^(7/2)*ExpIntegralEi[(7*(a + b*Log[c*x^n]))/(2*b*n)])/(b*d*E^((7*a)/(2*b*n))*n*(c*x^n)^(7/(2*n)))

________________________________________________________________________________________

Rubi [A]  time = 0.0637514, antiderivative size = 64, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 20, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.1, Rules used = {2310, 2178} \[ \frac{(d x)^{7/2} e^{-\frac{7 a}{2 b n}} \left (c x^n\right )^{\left .-\frac{7}{2}\right /n} \text{Ei}\left (\frac{7 \left (a+b \log \left (c x^n\right )\right )}{2 b n}\right )}{b d n} \]

Antiderivative was successfully verified.

[In]

Int[(d*x)^(5/2)/(a + b*Log[c*x^n]),x]

[Out]

((d*x)^(7/2)*ExpIntegralEi[(7*(a + b*Log[c*x^n]))/(2*b*n)])/(b*d*E^((7*a)/(2*b*n))*n*(c*x^n)^(7/(2*n)))

Rule 2310

Int[((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))^(p_)*((d_.)*(x_))^(m_.), x_Symbol] :> Dist[(d*x)^(m + 1)/(d*n*(c*x^n
)^((m + 1)/n)), Subst[Int[E^(((m + 1)*x)/n)*(a + b*x)^p, x], x, Log[c*x^n]], x] /; FreeQ[{a, b, c, d, m, n, p}
, x]

Rule 2178

Int[(F_)^((g_.)*((e_.) + (f_.)*(x_)))/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[(F^(g*(e - (c*f)/d))*ExpIntegral
Ei[(f*g*(c + d*x)*Log[F])/d])/d, x] /; FreeQ[{F, c, d, e, f, g}, x] &&  !$UseGamma === True

Rubi steps

\begin{align*} \int \frac{(d x)^{5/2}}{a+b \log \left (c x^n\right )} \, dx &=\frac{\left ((d x)^{7/2} \left (c x^n\right )^{\left .-\frac{7}{2}\right /n}\right ) \operatorname{Subst}\left (\int \frac{e^{\frac{7 x}{2 n}}}{a+b x} \, dx,x,\log \left (c x^n\right )\right )}{d n}\\ &=\frac{e^{-\frac{7 a}{2 b n}} (d x)^{7/2} \left (c x^n\right )^{\left .-\frac{7}{2}\right /n} \text{Ei}\left (\frac{7 \left (a+b \log \left (c x^n\right )\right )}{2 b n}\right )}{b d n}\\ \end{align*}

Mathematica [A]  time = 0.0811146, size = 62, normalized size = 0.97 \[ \frac{x (d x)^{5/2} e^{-\frac{7 a}{2 b n}} \left (c x^n\right )^{\left .-\frac{7}{2}\right /n} \text{Ei}\left (\frac{7 \left (a+b \log \left (c x^n\right )\right )}{2 b n}\right )}{b n} \]

Antiderivative was successfully verified.

[In]

Integrate[(d*x)^(5/2)/(a + b*Log[c*x^n]),x]

[Out]

(x*(d*x)^(5/2)*ExpIntegralEi[(7*(a + b*Log[c*x^n]))/(2*b*n)])/(b*E^((7*a)/(2*b*n))*n*(c*x^n)^(7/(2*n)))

________________________________________________________________________________________

Maple [F]  time = 0.118, size = 0, normalized size = 0. \begin{align*} \int{\frac{1}{a+b\ln \left ( c{x}^{n} \right ) } \left ( dx \right ) ^{{\frac{5}{2}}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x)^(5/2)/(a+b*ln(c*x^n)),x)

[Out]

int((d*x)^(5/2)/(a+b*ln(c*x^n)),x)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} 2 \, b d^{\frac{5}{2}} n \int \frac{x^{\frac{5}{2}}}{7 \,{\left (b^{2} \log \left (c\right )^{2} + b^{2} \log \left (x^{n}\right )^{2} + 2 \, a b \log \left (c\right ) + a^{2} + 2 \,{\left (b^{2} \log \left (c\right ) + a b\right )} \log \left (x^{n}\right )\right )}}\,{d x} + \frac{2 \, d^{\frac{5}{2}} x^{\frac{7}{2}}}{7 \,{\left (b \log \left (c\right ) + b \log \left (x^{n}\right ) + a\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x)^(5/2)/(a+b*log(c*x^n)),x, algorithm="maxima")

[Out]

2*b*d^(5/2)*n*integrate(1/7*x^(5/2)/(b^2*log(c)^2 + b^2*log(x^n)^2 + 2*a*b*log(c) + a^2 + 2*(b^2*log(c) + a*b)
*log(x^n)), x) + 2/7*d^(5/2)*x^(7/2)/(b*log(c) + b*log(x^n) + a)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{\sqrt{d x} d^{2} x^{2}}{b \log \left (c x^{n}\right ) + a}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x)^(5/2)/(a+b*log(c*x^n)),x, algorithm="fricas")

[Out]

integral(sqrt(d*x)*d^2*x^2/(b*log(c*x^n) + a), x)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x)**(5/2)/(a+b*ln(c*x**n)),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\left (d x\right )^{\frac{5}{2}}}{b \log \left (c x^{n}\right ) + a}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x)^(5/2)/(a+b*log(c*x^n)),x, algorithm="giac")

[Out]

integrate((d*x)^(5/2)/(b*log(c*x^n) + a), x)